home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 87 / c / read.me < prev   
Text File  |  1986-12-19  |  1KB  |  46 lines

  1. ALINE.H
  2.  
  3.     Keywords: LINE-A HEADER FILE C LANGUAGE SOURCE CODE
  4.     
  5.     Here is a C header file, ALINE.H, written by Jwahar R. Bammi.  It has all
  6.     the definitions needed to make Line-A calls, plus some documentation as
  7.     well. 
  8.  
  9.  
  10. BARS.C
  11. BARS.TOS
  12.  
  13.     This is a demo by MAST's Dan Stubbs of the speed of ST's memory writing. 
  14.     This program writes a different integer in all of screen memory.  There are
  15.     31 different screens.  The C source is included to show how he did it.
  16.  
  17.  
  18. CLINES.C
  19. CLINES.TTP
  20.  
  21.     Keywords: C LINE NUMBERS TEXT PROGRAMMING
  22.     
  23.     Clines adds line numbers to a your text file, while sending it to the
  24.     screen, printer, or a disk file. You can send your C text file (or
  25.     whatever) to your printer with headers, footers, and tabs.
  26.  
  27.  
  28. GETENV.C
  29.  
  30.     Keywords: ENVIRONMENT VARIABLE SHELL MARK WILLIAMS DOS C-SHELL GETENV
  31.     
  32.     
  33.             getenv is a small C routine that solves the incompatibility
  34.     problems between Mark Williams' and David Beckemeyer's environment block
  35.     formats. Compile it into your program and it will be used instead of the
  36.     library function. Arguments and return values are the same.
  37.  
  38.     
  39. NUMVIEW.C
  40. NUMVIEW.DOC
  41. NUMVIEW.TOS
  42.     
  43.     This is a complementary program to BARS by Dan Stubbs.  This program allows
  44.     you to enter the number to be displayed in all of screen memory.  Source
  45.     code including Dan's own input routine are also included.
  46.